National Repository of Grey Literature 11 records found  1 - 10next  jump to record: Search took 0.01 seconds. 
Application Framework for Information System Development in Dart
Raška, Miroslav ; Křivka, Zbyněk (referee) ; Rychlý, Marek (advisor)
Web applications development nowadays is experiencing specific difficulties in presentation layer that could be solved by a framework that combines modern technologies and novel framework approach. The difficulties are introduced, along with their solution in existing web frameworks. Novel, message-driven framework architecture, basic component structure and various framework extensions are analysed and outcomes and effects are discussed. Technical problems with implementation of generally analysed solutions in the Dart language are examined. The decisions and solutions are accompanied by their effects on real-world applications.
JSON Schema Maker
Fujaček, Martin ; Peringer, Petr (referee) ; Smrčka, Aleš (advisor)
JSON Schema predstavuje spôsob určovania ako majú vyzerať dáta formátu JSON. Táto práca má za cieľ zjednodušiť definovanie schém pre existujúce dáta formátu JSON. Popisuje návrh a implementáciu jednostránkovej aplikácie pre generovanie JSON schém podľa vzoriek JSON dokumentov. Výstup aplikácie môže pomôcť užívateľom s tvorbou kostry schémy. Prínos tejto práce spočíva v možnosti generovania výslednej schémy nad viacerými vzorkami JSON dokumentov bez nutnosti opakovaného používania aplikácie a následného zlučovania jednotlivých schém do výslednej schémy. Okrem toho poskytuje automatickú validáciu pri manipulácii či už so vstupom, alebo schémou, pričom poskytuje dodatočné informácie o prípadných chybách.
Web application for monitoring computers in a computer network
Asszonyi, Jakub ; Člupek, Vlastimil (referee) ; Sikora, Marek (advisor)
This bachelors thesis describes design and implementation of web aplication for monitor- ing servers in computer network. The goal is to study web development form historical and current view. Next goal is to study network communication and DoS attacks, which is reason for writing this thesis. Application was developed in React.js framework, with node.js. The most important requirement was the least network traffic. For that reason there were implemented method which prefer lesser trafic over optimalization. Applica- tion is in working state, and can monitor servers in network.
Conference System for Excel@FIT
Kobelka, Martin ; Szőke, Igor (referee) ; Veigend, Petr (advisor)
he main goal of this work is to analyze the scientific conference in the theoretical part, and to describe the issues of organizing a scientific conference. Further map the workflow of several conferences organized in information technology. Furthermore, the Excel @ FIT conference had to be analyzed in detail. In the practical part for this conference to design an information system, and implement this system as a web application. The resulting web application for conference administration is programmed using PHP and TypeScript programming languages. The client part is designed as a one-page web application communicating with the server part using the REST API. The application enables efficient and seamless conference management, article writing and review, and export creation for commissions. The result is a fully functional application tested on previous years' data, which can be easily extended with new functionality if required.
Conference System for Excel@FIT
Kobelka, Martin ; Szőke, Igor (referee) ; Veigend, Petr (advisor)
he main goal of this work is to analyze the scientific conference in the theoretical part, and to describe the issues of organizing a scientific conference. Further map the workflow of several conferences organized in information technology. Furthermore, the Excel @ FIT conference had to be analyzed in detail. In the practical part for this conference to design an information system, and implement this system as a web application. The resulting web application for conference administration is programmed using PHP and TypeScript programming languages. The client part is designed as a one-page web application communicating with the server part using the REST API. The application enables efficient and seamless conference management, article writing and review, and export creation for commissions. The result is a fully functional application tested on previous years' data, which can be easily extended with new functionality if required.
Web application for monitoring computers in a computer network
Asszonyi, Jakub ; Člupek, Vlastimil (referee) ; Sikora, Marek (advisor)
This bachelors thesis describes design and implementation of web aplication for monitor- ing servers in computer network. The goal is to study web development form historical and current view. Next goal is to study network communication and DoS attacks, which is reason for writing this thesis. Application was developed in React.js framework, with node.js. The most important requirement was the least network traffic. For that reason there were implemented method which prefer lesser trafic over optimalization. Applica- tion is in working state, and can monitor servers in network.
JSON Schema Maker
Fujaček, Martin ; Peringer, Petr (referee) ; Smrčka, Aleš (advisor)
JSON Schema predstavuje spôsob určovania ako majú vyzerať dáta formátu JSON. Táto práca má za cieľ zjednodušiť definovanie schém pre existujúce dáta formátu JSON. Popisuje návrh a implementáciu jednostránkovej aplikácie pre generovanie JSON schém podľa vzoriek JSON dokumentov. Výstup aplikácie môže pomôcť užívateľom s tvorbou kostry schémy. Prínos tejto práce spočíva v možnosti generovania výslednej schémy nad viacerými vzorkami JSON dokumentov bez nutnosti opakovaného používania aplikácie a následného zlučovania jednotlivých schém do výslednej schémy. Okrem toho poskytuje automatickú validáciu pri manipulácii či už so vstupom, alebo schémou, pričom poskytuje dodatočné informácie o prípadných chybách.
web application for manufacturing company's data visualization
Melena, Jan ; Vojíř, Stanislav (advisor) ; Smutný, Zdeněk (referee)
In today's world of modern technologies is a need for constant improvements in industry. It can vary from computerization of production, machine modernization to increasing personnel efficiency and creating new methods in production. Visualization of production data is part of this category. Therefore, this thesis describes innovative solution for production data visualization using modern technologies for rapid development, implementation and future updates of new functionality or even new type of industry aim altogether. Result of this thesis is a working web application prototype of data visualization for manufacturing company. These data are sorted by two dimensions. First one is sorted by the production line. Second one sorts data by external application for which they are displayed. This application is intended for management that will have a continual overview of the state of production. This thesis is an illustration of a web application development based on modern technologies and principles such as Single-page approach using Angular 4.0 framework. The goal is not writing a product documentation, but simply to describe a Single-page application and a showcase of this new approach of building modern websites.
Využití frameworků Redux a React při vývoji webových aplikací
Kolínek, David ; Stanovská, Iva (advisor) ; Pavlíček, Luboš (referee)
MVC architecture is one of the most known and used architecture for application development, for both web and desktop based application. New architecture evolved though thanks to the fast-growing industry and it brings new practices that are much more convenient to use. The main goal of this theses is to describe how Redux library, which is based on this new architecture, is used for application development. Redux is only a state management library, another library is needed for creating the user interface. It is possible to create the user interface from the scratch but it takes a lot of time and it is difficult to scale. React library is possibly the most favorite library for creating UI and it works well together with Redux. For these reasons, React was selected as the UI library that will be used in this thesis. While theoretical part of this thesis is focused on describing principles Redux and React libraries are based upon and the best practices for using these libraries, practical part is focused on using the theoretical knowledge in the real world, demonstrated on the web application for invoicing. Development of the invoicing system is described in a way that demonstrates to the reader how to approach web application development, what does it contain and where to start.
Application Framework for Information System Development in Dart
Raška, Miroslav ; Křivka, Zbyněk (referee) ; Rychlý, Marek (advisor)
Web applications development nowadays is experiencing specific difficulties in presentation layer that could be solved by a framework that combines modern technologies and novel framework approach. The difficulties are introduced, along with their solution in existing web frameworks. Novel, message-driven framework architecture, basic component structure and various framework extensions are analysed and outcomes and effects are discussed. Technical problems with implementation of generally analysed solutions in the Dart language are examined. The decisions and solutions are accompanied by their effects on real-world applications.

National Repository of Grey Literature : 11 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.